.glidecontentwrapper{
	position: relative; /* Do not change this value */
	width: 714px;
	height: 350px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	left: 80px;
	background-color: #032200;
	top: 6px;
}
.glidecontent{ /*style for each glide content DIV within wrapper.*/
	position: absolute;
	padding: 0px;
	width: 714px;
	margin: 0px;
	height: 350px;
	background-color: #000000;
	float: left;
	display: inline;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}

.glidecontent a { /*style for each glide content DIV within wrapper.*/
outline: 0;
}
.gli1{
	padding: 0px;
	width: 714px;
	background-color: #000000;
	height: 350px;
	background-image: url(img/slider1.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.gli2{
	padding: 0px;
	width: 714px;
	background-color: #000000;
	height: 350px;
	background-image: url(img/slider2.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.gli3{
	padding: 0px;
	width: 714px;
	background-color: #000000;
	height: 350px;
	background-image: url(img/slider3.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
.txt {
	display: inline;
	float: left;
	width: 330px;
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding: 0px;
}
.titulo {
	color: #F1DF03;
	font-size: 23px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.subtitulo {
	color: #F1DF03;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding: 0px;
	display: block;
	margin: 0px;
}
.glidecontent  .txt a {
	display: block;
	padding: 0px;
	float: left;
	width: 169px;
	background-image: url(img/enlace.jpg);
	height: 26px;
	text-indent: -1000px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
}
.glidecontent .txt a:hover {
	background-image: url(img/enlace_h.jpg);
}

